projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
990a6f1
)
Remove single quotation mark and replace "MS-ANSI" with global defined CET_CHARSET_MS...
author
oliskoli
<oliskoli>
Thu, 26 Jan 2006 21:48:44 +0000
(21:48 +0000)
committer
oliskoli
<oliskoli>
Thu, 26 Jan 2006 21:48:44 +0000
(21:48 +0000)
garmin.c
patch
|
blob
|
history
diff --git
a/garmin.c
b/garmin.c
index a809267d21eb058af9cf4210dcabf66cfd27c6d8..1e269960ac7fe41ec8689f4957389ea0c05e2e1f 100644
(file)
--- a/
garmin.c
+++ b/
garmin.c
@@
-130,11
+130,10
@@
rw_init(const char *fname)
snwhiteopt = "1";
receiver_must_upper = 0;
/* This might be 8859-1 */
- receiver_charset = "MS-ANSI";
-"
+ receiver_charset = CET_CHARSET_MS_ANSI;
break;
case 231: /* Quest */
- receiver_charset =
"MS-ANSI"
;
+ receiver_charset =
CET_CHARSET_MS_ANSI
;
break;
default:
break;